4  Summary of Functions

Vectors

c()

Other types of vectors

typeof()
as.logical()
as.numeric()
as.complex()
as.character()

Sequences

seq(from = , to = , by = , length.out = )

Repeating constants

rep(x = , times = , each = , length.out = )

Filtering vectors

subset(x = , subset = )

Getting help

help()